'Declaration
Public Function New( _ ByVal points() As NPointF, _ ByVal pointTypes() As System.Byte, _ ByVal pathType As PathType _ )
'Usage
Dim points() As NPointF Dim pointTypes() As System.Byte Dim pathType As PathType Dim instance As New NCustomPath(points, pointTypes, pathType)
public NCustomPath( NPointF[] points, System.byte[] pointTypes, PathType pathType )
Parameters
- points
- pointTypes
- pathType